home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SOHO - Exploring the Sun - 2003 Update
/
SOHO - Exploring the Sun - 2003 Update.iso
/
pc
/
data
/
hotshot
/
hotshots.dcr
/
Scripts_13_scrShowImage_n.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-02-25
|
299 b
|
10 lines
on showImage input
global imageSprites
set the member of sprite getAt(imageSprites, 2) to member input
puppetTransition("wipeout")
updateStage()
set the visible of sprite getAt(imageSprites, 1) to 1
set the visible of sprite getAt(imageSprites, 2) to 1
puppetTransition("wipeout")
end